Downloading 1 requests, up to 2857 time slices each
Fetching request 1 of 1 (2025-09-10 to 2025-09-10) ~ 00:00:57 UTC
Downloading 1 requests, up to 1666 time slices each
Fetching request 1 of 1 (2025-09-10 to 2025-09-10) ~ 00:01:00 UTC
Downloading 1 requests, up to 909 time slices each
Fetching request 1 of 1 (2025-09-10 to 2025-09-10) ~ 00:01:02 UTC
Downloading 1 requests, up to 1538 time slices each
Fetching request 1 of 1 (2025-09-10 to 2025-09-10) ~ 00:01:05 UTC
Downloading 1 requests, up to 833 time slices each
Fetching request 1 of 1 (2025-09-10 to 2025-09-10) ~ 00:01:08 UTC
Downloading 1 requests, up to 1250 time slices each
Fetching request 1 of 1 (2025-09-10 to 2025-09-10) ~ 00:01:10 UTC
Downloading 1 requests, up to 11111 time slices each
Fetching request 1 of 1 (2025-09-10 to 2025-09-10) ~ 00:01:13 UTC
Downloading 1 requests, up to 396 time slices each
Fetching request 1 of 1 (2025-09-10 to 2025-09-10) ~ 00:01:16 UTC
Downloading 1 requests, up to 757 time slices each
Fetching request 1 of 1 (2025-09-10 to 2025-09-10) ~ 00:01:17 UTC
Downloading 1 requests, up to 4166 time slices each
Fetching request 1 of 1 (2025-09-10 to 2025-09-10) ~ 00:01:20 UTC
Downloading 1 requests, up to 757 time slices each
Fetching request 1 of 1 (2025-09-10 to 2025-09-10) ~ 00:01:22 UTC
Downloading 1 requests, up to 16666 time slices each
Fetching request 1 of 1 (2025-09-10 to 2025-09-10) ~ 00:01:25 UTC
Error in open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x55c5f66aeaf0>), :
cannot open the connection
Downloading 1 requests, up to 1250 time slices each
Fetching request 1 of 1 (2025-09-10 to 2025-09-10) ~ 00:01:32 UTC
Downloading 1 requests, up to 3333 time slices each
Fetching request 1 of 1 (2025-09-10 to 2025-09-10) ~ 00:01:35 UTC
Downloading 1 requests, up to 1041 time slices each
Fetching request 1 of 1 (2025-09-10 to 2025-09-10) ~ 00:01:37 UTC
Warning: There was 1 warning in `mutate()`.
ℹ In argument: `error = pmap_chr(list(i, nms, time_min, time_max), fxn)`.
Caused by warning:
! Failed to open 'https://coastwatch.noaa.gov/erddap/griddap/noaacwSMOSsss3day.csvp?altitude': The requested URL returned error: 503
4.1 Successes
Code
res |>mutate(success =is.na(error)) |>group_by(success) |>summarize(n =n()) |>datatable()